WML Elements\a ~~The short form of the anchor element ::<a href="{{{E/URL}}}"{{{EO/` title="`"`title}}}{{{EO/` accesskey="`"`accesskey}}}{{{EO/` xml:lang="`"`xml:lang}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></a>
WML Elements\anchor ~~Specifies the head of a link ::<anchor{{{EO/` title="`"`title}}}{{{EO/` accesskey="`"`accesskey}}}{{{EO/` xml:lang="`"`xml:lang}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></anchor>
WML Elements\access ~~Specifies access control information for the entire deck ::<access{{{EO/` domain="`"`domain}}}{{{EO/` path="`"`path}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}/>
WML Elements\b ~~Render with a bold font ::<b{{{EO/` xml:lang="`"`xml:lang}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></b>
WML Elements\big ~~Render with a large font ::<big{{{EO/` xml:lang="`"`xml:lang}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></big>
WML Elements\br ~~Establishes the beginning of a new line ::<br{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}/>
WML Elements\card ~~Container of text and input elements ::<card{{{EO/` title="`"`title}}}{{{OO/ ,false,true/` newcontext="`"`newcontext}}}{{{OO/ ,false,true/` ordered="`"`ordered}}}{{{EO/` xml:lang="`"`xml:lang}}}{{{EO/` onenterforward="`"`onenterforward}}}{{{EO/` onenterbackward="`"`onenterbackward}}}{{{EO/` ontimer="`"`ontimer}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></card>
WML Elements\comment ~~Insert a comment ::<!-- -->
WML Elements\do ~~provides a general mechanism for the user to act upon the current card ::<do type="{{{E/type}}}"{{{EO/` label="`"`label}}}{{{EO/` name="`"`name}}}{{{OO/ ,false,true/` optional="`"`optional}}}{{{EO/` xml:lang="`"`xml:lang}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></do>
WML Elements\document prologue ~~Contains an XML declaration and a document type declaration ::<?xml version="1.0"?>[NL]<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.2//EN"[NL]"http://www.wapforum.org/DTD/wml_1.2.xml">
WML Elements\em ~~Render with an emphasis ::<em{{{EO/` xml:lang="`"`xml:lang}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></em>
WML Elements\fieldset ~~Allows the grouping of related fields and text ::<fieldset{{{EO/` title="`"`title}}}{{{EO/` xml:lang="`"`xml:lang}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></fieldset>
WML Elements\go ~~Declares a go task indicating navigation to a URI ::<go href="{{{E/href}}}"{{{OO/ ,false,true/` sendreferer="`"`sendreferer}}}{{{OO/ ,get,post/` method="`"`method}}}{{{EO/` enctype="`"`enctype}}}{{{EO/` accept-charset="`"`accept-charset}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></go>
WML Elements\head ~~Contains information relating to the deck as a whole ::<head{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></head>
WML Elements\i ~~Render with an italic font ::<i{{{EO/` xml:lang="`"`xml:lang}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></i>
WML Elements\img ~~Indicates that an image is to be included in the text flow ::<img alt="{{{E/alt}}}" src="{{{E/src}}}"{{{EO/` localsrc="`"`localsrc}}}{{{EO/` vspace="`"`vspace}}}{{{EO/` hspace="`"`hspace}}}{{{OO/,top,middle,bottom/` align="`"`align}}}{{{EO/` height="`"`height}}}{{{EO/` width="`"`width}}}{{{EO/` xml:lang="`"`xml:lang}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}/>
WML Elements\meta ~~Contains generic meta-information relating to the WML deck ::<meta{{{EO/` http-equiv="`"`http-equiv}}}{{{EO/` name="`"`name}}}{{{OO/,false,true/` forua="`"`forua}}} content="{{{E/content}}}"{{{EO/` scheme="`"`scheme}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}/>
WML Elements\noop ~~Specifies that nothing should be done ::<noop{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}/>
WML Elements\p ~~Establishes the line wrap and alignment parameters for a paragraph ::<p{{{OO/left,right,center/` align="`"`align}}}{{{OO/ ,wrap,nowrap/` mode="`"`mode}}}{{{EO/` xml:lang="`"`xml:lang}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></p>
WML Elements\postfield ~~Specifies a field name and value for transmission to an origin server during a URL request ::<postfield name="{{{E/name}}}" value="{{{E/value}}}"{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}/>
WML Elements\pre ~~Tells visual user agents that the enclosed text is "preformatted" ::<pre{{{OO/ ,preserve/` xml:space="`"`xml:space}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></pre>
WML Elements\prev ~~Declares a prev task indicating navigation to the previous URI on the history stack ::<prev{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></prev>
WML Elements\onevent ~~Binds a task to a particular intrinsic event for the immediately enclosing element ::<onevent type="{{{E/type}}}"{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></onevent>
WML Elements\optgroup ~~Allows the author to group related option elements into a hierarchy ::<optgroup{{{EO/` title="`"`title}}}{{{EO/` xml:lang="`"`xml:lang}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></optgroup>
WML Elements\option ~~Specifies a single choice option in a select element ::<option{{{EO/` value="`"`value}}}{{{EO/` title="`"`title}}}{{{EO/` onpick="`"`onpick}}}{{{EO/` xml:lang="`"`xml:lang}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></option>
WML Elements\refresh ~~Declares a refresh task indicating an update of the user agent context ::<refresh{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></refresh>
WML Elements\select ~~Lets users pick from a list of options ::<select{{{EO/` title="`"`title}}}{{{EO/` name="`"`name}}}{{{EO/` value="`"`value}}}{{{EO/` iname="`"`iname}}}{{{EO/` ivalue="`"`ivalue}}}{{{OO/ ,false,true/` multiple="`"`multiple}}}{{{EO/` tabindex="`"`tabindex}}}{{{EO/` xml:lang="`"`xml:lang}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></select>
WML Elements\small ~~Render with a small font ::<small{{{EO/` xml:lang="`"`xml:lang}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></small>
WML Elements\strong ~~Render with strong emphasis ::<strong{{{EO/` xml:lang="`"`xml:lang}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></strong>
WML Elements\table ~~Creates sets of aligned columns of text and images ::<table{{{EO/` title="`"`title}}}{{{EO/` align="`"`align}}} columns="{{{E/columns}}}"{{{EO/` xml:lang="`"`xml:lang}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></table>
WML Elements\template ~~Declares a template for cards in the deck ::<template{{{EO/` onenterforward="`"`onenterforward}}}{{{EO/` onenterbackward="`"`onenterbackward}}}{{{EO/` ontimer="`"`ontimer}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></template>
WML Elements\td ~~Used as a container to hold a single table cell data ::<td{{{EO/` xml:lang="`"`xml:lang}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></td>
WML Elements\tr ~~Used as a container to hold a single table row ::<tr{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></tr>
WML Elements\u ~~Render with underline ::<u{{{EO/` xml:lang="`"`xml:lang}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></u>
WML Elements\setvar ~~Specifies the variable to set in the current browser context as a side effect of executing a task ::<setvar name="{{{E/name}}}" value="{{{E/value}}}"{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}/>
WML Elements\wml ~~Defines a deck and encloses all information and cards in the deck ::<wml{{{EO/` xml:lang="`"`xml:lang}}}{{{EO/` id="`"`id}}}{{{EO/` class="`"`class}}}></wml>